FrameDocumentLoadFinished

An event indicating that the document loading in the given frame has been finished. At this point, deferred scripts were executed, and content scripts marked "document_end" get injected into the frame.

Functions

Link copied to clipboard
open fun frame(): Frame
Returns the Frame instance which document has been loaded.
Link copied to clipboard
Returns the Navigation instance initiated this event.